Draft RFD: In-place Symposium project integration#34
Merged
nikomatsakis merged 2 commits intosymposium-dev:mainfrom Oct 5, 2025
Merged
Draft RFD: In-place Symposium project integration#34nikomatsakis merged 2 commits intosymposium-dev:mainfrom
nikomatsakis merged 2 commits intosymposium-dev:mainfrom
Conversation
Proposes eliminating separate 'Symposium projects' in favor of working directly with users' existing git repositories to reduce adoption friction. Key features: - Replace 'create project' with 'open existing project' workflow - In-place .symposium directory structure (gitignored) - Automatic setup: modify .gitignore, create structure, git commit - Root taskspace provides immediate usability without setup - Context-aware agent launch with current work state - No workflow disruption or separate checkouts Addresses the main barrier: users having to context-switch to a separate Symposium environment instead of using it where they already work. Co-authored-by: Claude <[email protected]>
aaronjeline
approved these changes
Oct 3, 2025
Contributor
aaronjeline
left a comment
There was a problem hiding this comment.
I like this a lot and think it's a much better onboarding experience.
Co-authored-by: Niko Matsakis <[email protected]>
Member
Author
|
I'm going to merge this, I'll "champion" it (the procses is...a bit overkill for the moment, but I'm trying it out:), @aaronjeline you are interested in pursuing? I'm pretty keen on this as well. I'll open a tracking issue I think-- I'm still wondering how that should work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposes eliminating separate 'Symposium projects' in favor of working directly with users' existing git repositories to reduce adoption friction.
Key features:
Addresses the main barrier: users having to context-switch to a separate Symposium environment instead of using it where they already work.